home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / C-Cl / CD-ROM Tutorial.cpt / CD-ROM Tutorial / card_50738.txt < prev    next >
Text File  |  1990-04-04  |  6KB  |  275 lines

  1. -- card: 50738 from stack: in
  2. -- bmap block id: 50994
  3. -- flags: 0000
  4. -- background id: 16786
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide card field correct
  9. end openCard
  10. global number
  11. set lockScreen to false
  12.  
  13. on mouseUp
  14.  
  15.   answer "Please click on one of the answers." with OK
  16. end mouseUp
  17.  
  18.  
  19. -- part 1 (field)
  20. -- low flags: 00
  21. -- high flags: 0000
  22. -- rect: left=61 top=50 right=85 bottom=443
  23. -- title width / last selected line: 0
  24. -- icon id / first selected line: 0 / 0
  25. -- text alignment: 1
  26. -- font id: 3
  27. -- text size: 20
  28. -- style flags: 256
  29. -- line height: 26
  30. -- part name: 
  31.  
  32.  
  33. -- part 2 (button)
  34. -- low flags: 00
  35. -- high flags: 2003
  36. -- rect: left=108 top=186 right=222 bottom=409
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: New Button
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   show card field correct
  48.   global prox
  49.   put "1" into prox
  50.   wait 1 seconds
  51.   set lockScreen to true
  52.   go to card id 23137
  53. end mouseUp
  54.  
  55.  
  56.  
  57. -- part 4 (field)
  58. -- low flags: 00
  59. -- high flags: 0001
  60. -- rect: left=143 top=165 right=182 bottom=373
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 0 / 0
  63. -- text alignment: 0
  64. -- font id: 21
  65. -- text size: 12
  66. -- style flags: 256
  67. -- line height: 16
  68. -- part name: 
  69.  
  70.  
  71. -- part 5 (button)
  72. -- low flags: 00
  73. -- high flags: 2003
  74. -- rect: left=108 top=224 right=260 bottom=409
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 1
  78. -- font id: 0
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: New Button
  83. ----- HyperTalk script -----
  84. on mouseUp
  85.   answer "Close, but could be limited even more." with OK
  86. end mouseUp
  87.  
  88.  
  89.  
  90. -- part 6 (button)
  91. -- low flags: 00
  92. -- high flags: 2003
  93. -- rect: left=107 top=262 right=298 bottom=408
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 1
  97. -- font id: 0
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: New Button
  102. ----- HyperTalk script -----
  103. on mouseUp
  104.   answer "Try to narrow the search a little more." with OK
  105. end mouseUp
  106.  
  107.  
  108.  
  109. -- part 7 (button)
  110. -- low flags: 00
  111. -- high flags: 2003
  112. -- rect: left=108 top=301 right=337 bottom=409
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 0 / 0
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: New Button
  121. ----- HyperTalk script -----
  122. on mouseUp
  123.   answer "This is much too broad.  Try again." with "OK"
  124. end mouseUp
  125.  
  126.  
  127.  
  128. -- part 8 (field)
  129. -- low flags: 00
  130. -- high flags: 2004
  131. -- rect: left=88 top=91 right=182 bottom=428
  132. -- title width / last selected line: 0
  133. -- icon id / first selected line: 0 / 0
  134. -- text alignment: 1
  135. -- font id: 21
  136. -- text size: 24
  137. -- style flags: 16640
  138. -- line height: 32
  139. -- part name: Correct
  140.  
  141.  
  142. -- part 9 (button)
  143. -- low flags: 00
  144. -- high flags: 0000
  145. -- rect: left=45 top=289 right=342 bottom=110
  146. -- title width / last selected line: 0
  147. -- icon id / first selected line: 0 / 0
  148. -- text alignment: 1
  149. -- font id: 0
  150. -- text size: 12
  151. -- style flags: 0
  152. -- line height: 16
  153. -- part name: Prev
  154. ----- HyperTalk script -----
  155. on mouseUp
  156.   visual effect wipe right
  157.   go to card id 23137
  158. end mouseUp
  159.  
  160.  
  161.  
  162. -- part 10 (field)
  163. -- low flags: 00
  164. -- high flags: 0000
  165. -- rect: left=146 top=197 right=222 bottom=319
  166. -- title width / last selected line: 0
  167. -- icon id / first selected line: 0 / 0
  168. -- text alignment: 0
  169. -- font id: 21
  170. -- text size: 14
  171. -- style flags: 256
  172. -- line height: 18
  173. -- part name: 
  174. ----- HyperTalk script -----
  175. on mouseUp
  176.   show card field correct
  177.   global prox
  178.   put "1" into prox
  179.   wait 1 seconds
  180.   set lockScreen to true
  181.   go to card id 23137
  182. end mouseUp
  183.  
  184.  
  185.  
  186. -- part 11 (field)
  187. -- low flags: 00
  188. -- high flags: 0000
  189. -- rect: left=146 top=232 right=259 bottom=349
  190. -- title width / last selected line: 0
  191. -- icon id / first selected line: 0 / 0
  192. -- text alignment: 0
  193. -- font id: 21
  194. -- text size: 14
  195. -- style flags: 256
  196. -- line height: 18
  197. -- part name: 
  198. ----- HyperTalk script -----
  199. on mouseUp
  200.   answer "Close, but could be limited even more." with OK
  201. end mouseUp
  202.  
  203.  
  204.  
  205. -- part 12 (field)
  206. -- low flags: 00
  207. -- high flags: 0000
  208. -- rect: left=146 top=272 right=293 bottom=389
  209. -- title width / last selected line: 0
  210. -- icon id / first selected line: 0 / 0
  211. -- text alignment: 0
  212. -- font id: 21
  213. -- text size: 14
  214. -- style flags: 256
  215. -- line height: 18
  216. -- part name: 
  217. ----- HyperTalk script -----
  218. on mouseUp
  219.   answer "Try to narrow the search a little more." with OK
  220. end mouseUp
  221.  
  222.  
  223.  
  224. -- part 13 (field)
  225. -- low flags: 00
  226. -- high flags: 0000
  227. -- rect: left=149 top=312 right=335 bottom=366
  228. -- title width / last selected line: 0
  229. -- icon id / first selected line: 0 / 0
  230. -- text alignment: 0
  231. -- font id: 21
  232. -- text size: 14
  233. -- style flags: 256
  234. -- line height: 18
  235. -- part name: 
  236. ----- HyperTalk script -----
  237. on mouseUp
  238.   answer "This is much too broad.  Try again." with "OK"
  239. end mouseUp
  240.  
  241.  
  242.  
  243. -- part contents for card part 1
  244. ----- text -----
  245. Practice Exercise
  246.  
  247. -- part contents for card part 4
  248. ----- text -----
  249. Click on one of the answers below.
  250.  
  251.  
  252. -- part contents for background part 20
  253. ----- text -----
  254. If you are looking for information on DESKTOP PUBLISHING, which category should the keywords be in?
  255.  
  256. -- part contents for card part 8
  257. ----- text -----
  258.  
  259. Correct!
  260.  
  261. -- part contents for card part 10
  262. ----- text -----
  263. Be directly adjacent
  264.  
  265. -- part contents for card part 11
  266. ----- text -----
  267. Be within 20 words apart
  268.  
  269. -- part contents for card part 12
  270. ----- text -----
  271. Appear in the same paragraph
  272.  
  273. -- part contents for card part 13
  274. ----- text -----
  275. Appear in the same article